mirror of
https://github.com/wassname/greater_tables_project.git
synced 2026-06-27 17:48:45 +08:00
8 lines
170 B
Python
8 lines
170 B
Python
__project__ = 'greater_tables'
|
|
__author__ = 'Stephen J Mildenhall'
|
|
__version__ = '6.0.0'
|
|
|
|
from . core import GT
|
|
from . fabrications import *
|
|
from . etcher import Etcher
|