love python and linux
add more bug to fix later
always be perfect like c
def always():
return f'be perfect'
love python and linux
add more bug to fix later
always be perfect like c
def always():
return f'be perfect'
Forked from mrzslr/python-datastructure
python data structures for training myself.
Python
import os
from importlib import import_module
from flask import Flask, Blueprint
from typing import Optional, Union
from abc import ABC, abstractmethod
from threading import Event, Thread, ThreadError
from copy import deepcopy
from typing import Callable, Optional, Any, Iterable, Dict
from threading import Lock, Event
from functools import wraps
from copy import deepcopy
from typing import Callable, Optional, List, Any