6 lines
75 B
Python
6 lines
75 B
Python
from .module import SwapModule
|
|
|
|
|
|
def get_module():
|
|
return SwapModule()
|