initial creation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
current_types = 'slow medium fast'.split()
|
||||
|
||||
def current():
|
||||
return current_types[0]
|
||||
Reference in New Issue
Block a user