mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-15 04:40:08 +01:00
Cleanup imports
This commit is contained in:
20
actions.py
20
actions.py
@@ -1,20 +1,20 @@
|
||||
import subprocess
|
||||
import tracemalloc
|
||||
import data_centre.length_setter as length_setter
|
||||
from inspect import signature
|
||||
import sys
|
||||
import shlex
|
||||
import argparse
|
||||
import os
|
||||
import re
|
||||
from pythonosc import osc_message_builder
|
||||
import subprocess
|
||||
import sys
|
||||
import threading
|
||||
from inspect import signature
|
||||
|
||||
import git
|
||||
from pythonosc import dispatcher
|
||||
from pythonosc import osc_server
|
||||
import git
|
||||
import threading
|
||||
import argparse
|
||||
|
||||
import data_centre.length_setter as length_setter
|
||||
from video_centre.capture import Capture
|
||||
from video_centre.of_capture import OfCapture
|
||||
|
||||
|
||||
class Actions(object):
|
||||
def __init__(self, tk, message_handler, data, video_driver, shaders, display, osc_client):
|
||||
self.tk = tk
|
||||
|
||||
Reference in New Issue
Block a user