Skip to content

Commit

Permalink
Added module that contains constant definitions for artellapipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Jan 29, 2021
1 parent db597ca commit 3400f6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions artellapipe/core/consts.py
@@ -0,0 +1,10 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-

"""
Module that contains constanta definitions used by artellapipe-core
"""

from __future__ import print_function, division, absolute_import

PACKAGE = 'artellapipe'

0 comments on commit 3400f6a

Please sign in to comment.