about summary refs log blame commit diff
path: root/fuel.py
blob: caca9a937b6a36709338a8becdb3c8feac6b5319 (plain) (tree)
1
2
3
             

                                  
class Fuel():
    def __init__(self, name: str):
        self.name = name