This commit is contained in:
looooo
2014-07-05 08:47:05 +02:00
parent f8e8bb0901
commit b09ec28bcf
2 changed files with 17 additions and 0 deletions

17
gear/__init__.py Normal file
View File

@@ -0,0 +1,17 @@
#!/usr/lib/python
from gearfunc._involute_tooth import involute_rack, involute_tooth
from gearfunc._cycloide_tooth import cycloide_tooth
from gearfunc._bevel_tooth import bevel_tooth
from gearfunc import CreateInvoluteRack, CreateCycloideGear, CreateInvoluteGear, CreateBevelGear
__All__ = [
"CreateInvoluteRack",
"CreateCycloideGear",
"CreateInvoluteGear",
"CreateBevelGear",
"involute_rack",
"involute_tooth",
"bevel_tooth"
]

BIN
gear/__init__.pyc Normal file

Binary file not shown.