mirror of
https://github.com/wassname/greater_tables_project.git
synced 2026-08-12 12:00:10 +08:00
7 lines
147 B
Python
7 lines
147 B
Python
__version__ = '2.0.0'
|
|
__project__ = 'greater_tables'
|
|
__author__ = 'Stephen J Mildenhall'
|
|
|
|
from . greater_tables import *
|
|
from . utilities import *
|