initial creation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from electrical import * # <1>
|
||||
from navigation import * # <2>
|
||||
|
||||
print(current()) # <3>
|
||||
print(voltage())
|
||||
print(amps())
|
||||
Reference in New Issue
Block a user