planb
This commit is contained in:
17
gear/__init__.py
Normal file
17
gear/__init__.py
Normal 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
BIN
gear/__init__.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user